-
Notifications
You must be signed in to change notification settings - Fork 2.5k
feat: integrate security one-pager into website #5234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mrubens
merged 4 commits into
RooCodeInc:main
from
dleffel:feature/integrate-security-onepager
Jul 2, 2025
Merged
feat: integrate security one-pager into website #5234
mrubens
merged 4 commits into
RooCodeInc:main
from
dleffel:feature/integrate-security-onepager
Jul 2, 2025
+84
−1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Add comprehensive /security page with all security content - Update navigation to include Security link in main nav and footer - Add security hook section to enterprise page - Fix inappropriate contact section (remove fake security team/phone) - Correct inaccurate 'zero-trust architecture' claims to 'security-first architecture' - Use realistic contact information ([email protected]) - Maintain all genuine security features while improving accuracy
Member
|
Thank you! @hannesrudolph please take a look when you have time! |
daniel-lxs
approved these changes
Jun 30, 2025
Member
daniel-lxs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
mrubens
approved these changes
Jul 2, 2025
hannesrudolph
pushed a commit
that referenced
this pull request
Jul 3, 2025
Co-authored-by: Daniel Riccio <[email protected]> Co-authored-by: Matt Rubens <[email protected]>
utarn
pushed a commit
to modelharbor/ModelHarbor-Agent
that referenced
this pull request
Jul 4, 2025
Co-authored-by: Daniel Riccio <[email protected]> Co-authored-by: Matt Rubens <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
lgtm
This PR has been approved by a maintainer
PR - Needs Review
size:M
This PR changes 30-99 lines, ignoring generated files.
UI/UX
UI/UX related or focused
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🛡️ Integrate Security One-Pager into Website
Summary
This PR integrates the Roo Code Security One-pager into the website as a comprehensive
/securitypage with full navigation integration and accurate security messaging.🎯 What's Changed
✅ New Security Page (
/security)✅ Navigation Integration
🔧 Files Changed
New Files
apps/web-roo-code/src/app/security/page.tsx- Main security page componentdocs/security-integration-plan.md- Integration planning documentdocs/security-architecture-analysis.md- Security claims analysisModified Files
apps/web-roo-code/src/components/chromes/nav-bar.tsx- Added security link to navigationapps/web-roo-code/src/components/chromes/footer.tsx- Added security link to footerapps/web-roo-code/src/app/enterprise/page.tsx- Added security hook sectionapps/web-roo-code/src/lib/constants.ts- Added security page constantImportant
Integrates a new
/securitypage into the website with navigation updates and related documentation./securitypage added with comprehensive security content as React components inpage.tsx.nav-bar.tsxandfooter.tsx.enterprise/page.tsxwith a link to the security page.page.tsx: Main component for the security page.nav-bar.tsx,footer.tsx: Updated to include security link.constants.ts: AddedSECURITYtoINTERNAL_LINKS.security-integration-plan.mdandsecurity-architecture-analysis.mdfor documentation.This description was created by
for b410730. You can customize this summary. It will automatically update as commits are pushed.